ci: fix fdo db case failures on rhel9.4 #7860
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In testing-farm machine, cargo install failed because diesel_cli 2.2.0 requires rustc 1.78.0 or newer. Didn't see this error before, probably diesel_cli has a new version now.
As I cannot upgrade rustc to 1.78 on this machine, change to old version 2.1.1 can resolve this issue.
[root@3482cc1f-759a-497b-a104-32c635b71238 ~]# cargo install --force diesel_cli --no-default-features --features sqlite
Updating crates.io index
error: cannot install package
diesel_cli 2.2.0
, it requires rustc 1.78.0 or newer, while the currently active rustc version is 1.75.0diesel_cli 2.1.1
supports rustc 1.65.0